AVCaptureDevice.DiscoverySession(deviceTypes: [.externalUnknown], mediaType: .video, position: .unspecified)
Gets all USB cameras for me. Not sure about a FaceTime Camera on a Laptop.
Post
Replies
Boosts
Views
Activity
Well... this morning it is working. I can not think of what is different other than a good night sleep. 🤷♂️
Thanks for the quick help!
@eskimo Here is what you asked for:
Smart Desk.app/Contents/MacOS
Smart Desk.app/Contents/MacOS/Smart Desk
Smart Desk.app/Contents/MacOS/ffplay
What wasn't working yesterday but is now:
guard let ffplay = Bundle.main.url(forAuxiliaryExecutable: "ffplay") else{ fatalError() }
Yesterday's work around"
var ffplay = Bundle.main.bundleURL
ffplay.appendPathComponent("Contents/MacOS/ffplay")